.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
  max-width: 550px;
  width: -webkit-fill-available;
}

.toast {
  position: relative;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #007bff;
  color: white;
  padding: 1px;
  width: -webkit-fill-available;
}
.toast .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
